@charset "utf-8";
/* CSS Document */

@media print {
    .sidebar div div {
        display:none !important;
    }
    #header {
        display:none !important;
    }
    #footer {
        display:none !important;
    }
    .yarpp-related {
        display:none !important;
    }
    .meta {
        display:none !important;
    }
    .wp-pagenavi {
        display:none !important;
    }
    .sharedaddy {
        display:none !important;
    }
    #breadcrumbs {
        display:none !important;
    }
    .navigation {
        display:none !important;
    }
    .noprint {
        display:none !important;
    }
}
